home *** CD-ROM | disk | FTP | other *** search
/ VRML 2.0 Sourcebook (2nd Edition) / VRML 2.0 Sourcebook CD [md5 fed90f4f9c39d5a60d477058775c7e21].iso / book / win / ch31 / 31fig01.wrl < prev    next >
Text File  |  1996-09-23  |  302b  |  17 lines

  1. #VRML V2.0 utf8
  2. # The VRML 2.0 Sourcebook
  3. # Copyright [1997] By
  4. # Andrea L. Ames, David R. Nadeau, and John L. Moreland
  5. PROTO WallColor [ ] {
  6.     Material {
  7.         diffuseColor 0.0 0.6 1.0
  8.     }
  9. }
  10.  
  11. Shape {
  12.     appearance Appearance {
  13.         material WallColor { }
  14.     }
  15.     geometry Box { size 10.0 2.0 0.1 }
  16. }
  17.